home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 2: Gray Edwards.iso / pc / assets / wizardpopup.dcr / 00004_button.ls < prev    next >
Encoding:
Text File  |  2001-07-21  |  163 b   |  13 lines

  1. on mouseUp
  2.   puppetSound(1, "Clicker")
  3.   gotoNetPage("http://www.serioususa.com/wizardworld")
  4. end
  5.  
  6. on mouseEnter
  7.   cursor(280)
  8. end
  9.  
  10. on mouseLeave
  11.   cursor(-1)
  12. end
  13.